/*@font-face {
   font-family:'jiangxi';
   src: url('../fonts/jiangxi.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}
.ff{
   font-family: "jiangxi";
}*/
._mt {
  margin-top: 95px;
}

._pt {
  padding-top: 95px;
}

._pb {
  padding-bottom: 95px;
}

.swiper-button-next, .swiper-button-prev {
  background: none;
  width: auto;
  height: auto;
}

.chanpin .typename {
  margin-bottom: 70px;
  text-align: center;
}
.chanpin .typename .item:hover, .chanpin .typename .item.on {
  color: #264b54;
}
.chanpin .typename .item:hover img, .chanpin .typename .item.on img {
  filter: none;
}
.chanpin .typename .item img {
  -webkit-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0);
}
.chanpin .typename .name {
  margin-top: 20px;
  opacity: .8;
}
.chanpin .list_box .owl_pic {
  position: relative;
}
.chanpin .list_box .owl_pic .item img {
  object-fit: cover;
  width: 100%;
  display: block;
}
.chanpin .list_box .content {
  display: flex;
}
.chanpin .list_box .content:nth-child(2) {
  flex-direction: row-reverse;
}
.chanpin .list_box .content .message_box {
  background: url("../images/qiangmian.jpg") no-repeat center;
  background-size: cover;
  padding: 150px 100px;
  padding-bottom: 0;
}
.chanpin .list_box .content .message_box .title {
  display: flex;
  align-items: flex-end;
  font-weight: bold;
}
.chanpin .list_box .content .message_box .title .t1 {
  font-size: 36px;
}
.chanpin .list_box .content .message_box .title .t2 {
  font-size: 22px;
  margin-left: 25px;
  position: relative;
  top: -2px;
}
.chanpin .list_box .content .message_box .summary {
  margin-top: 20px;
  font-size: 16px;
  line-height: 23px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.chanpin .list_box .content .message_box .tuan {
  margin-top: 50px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
}
.chanpin .list_box .content .message_box .tuan .item {
  padding-left: 10px;
  padding-right: 10px;
}
.chanpin .list_box .content .message_box .tuan img {
  box-shadow: 2px 5px 8px -5px black;
  border-radius: 100%;
}
.chanpin .list_box .content .message_box .tuan .name {
  font-size: 16px;
  margin-top: 10px;
}
.chanpin .list_box .content .lf {
  width: 50%;
}
.chanpin .list_box .content .rt {
  width: 50%;
}

.case .item .pic {
  overflow: hidden;
}
.case .item img {
  border-radius: 5px;
  overflow: hidden;
  transition: .5s;
}
.case .item img:hover {
  transform: scale(1.1);
}
.case .item .message {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.case .item .name {
  font-size: 22px;
}

.about {
  padding-bottom: 100px;
  background: url("../images/about_bg.jpg") no-repeat top;
  background-size: cover;
  padding-top: 100px;
}
.about .rt ._title {
  margin-bottom: 20px;
}
.about .list {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.about .list .item {
  position: relative;
  padding: 0 5px;
}
.about .list .item .name {
  color: white;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  bottom: 44px;
}

.shipin_center {
  background: #f4f4f4;
  padding-top: 150px;
  padding-bottom: 100px;
}
.shipin_center .lf {
  padding-top: 80px;
}
.shipin_center .rt .list {
  position: relative;
}
.shipin_center .rt .swiper-slide {
  width: 418px;
  height: 565px;
}
.shipin_center .rt .swiper-slide-active .item:after {
  display: block;
}
.shipin_center .rt .item {
  position: relative;
}
.shipin_center .rt .item:hover:after {
  opacity: .3;
}
.shipin_center .rt .item .pic {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.shipin_center .rt .item .icon_bofang {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  margin-top: -28px;
  margin-left: -28px;
}
.shipin_center .rt .item:after {
  display: none;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  opacity: .1;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 2;
}

.news .content .lf {
  width: 47%;
}
.news .content .lf .item {
  position: relative;
  width: 100%;
  height: 497px;
  display: flex;
  align-items: flex-end;
  border-radius: 5px;
  overflow: hidden;
}
.news .content .lf .item .name {
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 30px;
  width: 100%;
  justify-content: space-between;
  color: white;
}
.news .content .lf .item .name:hover {
  background: #264b54;
  color: white;
}
.news .content .rt {
  padding-left: 10px;
}
.news .content .rt .item {
  border-bottom: 1px solid black;
  padding-right: 40px;
  padding-left: 40px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
}
.news .content .rt .item:hover .title {
  color: #264b54;
}
.news .content .rt .item .time {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.news .content .rt .item .message {
  border-left: 1px solid black;
  margin-left: 40px;
  padding-left: 40px;
}
.news .content .rt .item .message .title {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news .content .rt .item .message .summary {
  margin-top: 10px;
  line-height: 25px;
  opacity: .8;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news .content .rt .item:last-child {
  margin-bottom: 0;
}

.jiaru {
  background: url("../images/jiaru.jpg") no-repeat center;
  background-size: cover;
  color: white;
}
.jiaru .rt {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 55px;
}
.jiaru .rt .title {
  display: flex;
  align-items: flex-end;
}
.jiaru .rt .content {
  margin-top: 45px;
}
.jiaru .rt .content .input_box {
  display: inline-block;
}
.jiaru .rt .content .input_box_1 {
  width: 50%;
}
.jiaru .rt .content .input_box_2 {
  width: 48%;
  margin-left: 2%;
}
.jiaru .rt .content .input_box_3 {
  width: 100%;
}
.jiaru .rt .content .code_box_box {
  width: 50%;
}
.jiaru .rt .content .code_box_box .code_box {
  display: flex;
  align-items: center;
}
.jiaru .rt .content .code_box_box .code_box img {
  margin-left: 15px;
}
.jiaru .rt .content #feedbackbotton {
  background: #264b54;
  color: white;
  font-size: 16px;
  border-radius: 35px;
  padding: 10px 46px;
  border: 0;
}
.jiaru .rt .content .input_box {
  margin-bottom: 20px;
}
.jiaru .rt .content .infoInput {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 10px 30px;
  border: 0;
  width: 100%;
}
.jiaru .rt .content .infoInput::placeholder {
  color: white;
}
.jiaru .typelist .item {
  width: 64%;
  border-bottom: 1px solid #cbcbcb;
  padding: 15px 30px;
  margin-bottom: 20px;
  text-align: left;
}
.jiaru .typelist .item span {
  margin-right: 15px;
}

@media (max-width: 1600px) {
  ._title .t2 {
    letter-spacing: 4px;
    font-weight: bold;
    margin-bottom: 16px;
    margin-top: 15px;
    font-size: 42px;
  }

  .chanpin .typename {
    margin-bottom: 55px;
  }

  ._title {
    margin-bottom: 80px;
  }

  .chanpin .list_box .content .message_box {
    padding: 70px 50px;
  }

  .chanpin .list_box .content .message_box .tuan img {
    max-width: 88%;
  }

  ._mt {
    margin-top: 80px;
  }

  .shipin_center .rt .swiper-slide {
    height: 500px;
  }
}
@media (max-width: 1450px) {
  ._title .t2 {
    font-size: 36px;
  }

  .chanpin .list_box .content .message_box .title .t1 {
    font-size: 30px;
  }

  .chanpin .list_box .content .message_box .tuan .name {
    font-size: 15px;
  }

  .case .item .name {
    font-size: 20px;
  }

  ._title {
    margin-bottom: 70px;
  }

  .jiaru .typelist .item {
    width: 77%;
  }

  ._mt {
    margin-top: 75px;
  }

  .chanpin .list_box .content .message_box {
    padding: 60px 50px;
  }

  .chanpin .list_box .owl_pic .item img {
    height: 460px;
    object-fit: fill;
  }
}
@media (max-width: 768px) {
  .chanpin .list_box .owl_pic .item img {
    height: auto;
  }

  .chanpin {
    padding-left: 15px;
    padding-right: 15px;
  }

  ._title .t2 {
    letter-spacing: 3px;
    font-weight: bold;
    margin-bottom: 14px;
    margin-top: 11px;
    font-size: 27px;
  }

  .chanpin .typename {
    padding-left: 0;
    padding-right: 0;
  }

  .chanpin .typename .name {
    font-size: 16px;
  }

  .chanpin .typename .item img {
    width: 40px;
  }

  ._title {
    margin-bottom: 50px;
  }

  .chanpin .typename {
    margin-bottom: 25px;
  }

  .chanpin .list_box .content {
    display: block;
  }

  .chanpin .list_box .content .lf, .chanpin .list_box .content .rt {
    width: 100%;
  }

  .chanpin .list_box .content .message_box {
    padding: 45px 20px;
  }

  .chanpin .list_box .content .message_box .title .t1 {
    font-size: 25px;
  }

  .chanpin .list_box .content .message_box .title .t2 {
    font-size: 20px;
    margin-left: 13px;
    top: -2px;
  }

  .chanpin .list_box .content .message_box .tuan {
    flex-wrap: wrap;
  }
  .chanpin .list_box .content .message_box .tuan .item {
    width: 100%;
    margin-bottom: 20px;
  }

  ._mt {
    margin-top: 60px;
  }

  .about {
    padding-top: 0px;
    padding-bottom: 30px;
  }

  .case .item .name {
    font-size: 18px;
  }

  .about .list {
    flex-wrap: wrap;
  }

  .about .list .item {
    margin-bottom: 20px;
    width: 50%;
  }

  .shipin_center {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .shipin_center ._title {
    margin-bottom: 28px;
  }
  .shipin_center .rt {
    float: none;
    width: 100%;
    margin-top: 60px;
  }

  .shipin_center .lf {
    padding-top: 0;
    float: none;
    width: 100%;
  }

  .news .content .lf {
    width: 100%;
    margin-bottom: 50px;
  }
  .news .content .lf .item {
    height: 270px;
  }

  .news .content .rt {
    width: 100%;
    padding-left: 0;
  }

  .news .content .rt .item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .news .content .rt .item .time {
    display: none;
  }

  .news .content .rt .item .message {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
  }

  ._pb {
    padding-bottom: 60px;
  }

  ._pt {
    padding-top: 60px;
  }

  .jiaru .rt {
    padding: 50px 15px;
  }

  .jiaru ._title {
    margin-bottom: 20px;
  }

  .jiaru .typelist {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .jiaru .typelist .item {
    padding: 10px 5px;
    width: 48%;
  }

  .jiaru ._title {
    text-align: center;
  }

  .about .rt ._title {
    text-align: center;
  }

  .shipin_center ._title {
    text-align: center;
  }

  .shipin_center ._more {
    margin: 0 auto;
  }

  .jiaru .rt .content .infoInput {
    padding: 10px;
  }
  .jiaru .rt .content .infoInput#code {
    width: 130px;
  }

  .jiaru .rt .title .t1 {
    font-size: 22px;
  }

  .chanpin .list_box .owl_pic .item img {
    height: 322px;
  }
}

/*# sourceMappingURL=index.css.map */
